Frame Reference
A frame is defined by theJMFrameRef
object, which has the following type definition:
typedef struct JMFrame* JMFrameRef;Note that theJMFrameRef
object is not the same as ajava.awt.Frame
object. TheJMFrameRef
object encapsulates the Java frame object so that it can be referenced outside the Java environment.